home *** CD-ROM | disk | FTP | other *** search
/ Guardians of the Greenwood / Guardians of the Greenwood.iso / _ggwords / messages < prev    next >
Encoding:
Text File  |  1995-04-25  |  2.1 KB  |  111 lines

  1. # DAS
  2. # version 1.00
  3. #
  4. # Messages file
  5.  
  6.  
  7. # Preset Fonts A-Z
  8.  
  9. fontA:Trinity.Medium
  10. fontB:Trinity.Medium.Italic
  11. fontC:Trinity.Bold
  12.  
  13.  
  14. # configuration
  15.  
  16. # set to 1 to show the 4Mation logo / click here icon
  17. show4logo:0
  18.  
  19. # set to 0 to move the save game option to the main menu
  20. ibarsave:0
  21.  
  22. # set to 1 to save an obey file when ok+save choices
  23. obeysave:1
  24. choicesnam:RunChoices
  25.  
  26.  
  27.  
  28. # General purpose messages
  29.  
  30. null:
  31. NoMem:Not enough memory
  32. NoMemTo:Not enough memory to %s
  33. FatalOS:Unexpected fatal OS error (%s)
  34. NamTooBig:Filename is too long (%s)
  35. NoTemplate:Template not found (%s)
  36. Oops:Internal logic error (code: %s)
  37. StrTooBig:String too long
  38.  
  39. # The following use the RO3 char for single open & close
  40. #NoFile:File ‘%s’ not found
  41. #NoDir:Directory ‘%s’ not found
  42. #NoAny:‘%s’ not found
  43.  
  44. # The following don't use the RO3 char for single open & close
  45. NoFile:File '%s' not found
  46. NoDir:Directory '%s' not found
  47. NoAny:'%s' not found
  48.  
  49.  
  50.  
  51. # main.c
  52.  
  53. main2:Usage: %s [filename]
  54.  
  55.  
  56. # error.c
  57.  
  58. sorry:SORRY but due to unforeseen circumstances %s has just died
  59.  
  60.  
  61. # iconbar.c
  62.  
  63. iconbar1:>Info,Choices...,Restart,Quit
  64. iconbar2:Do you want to go back to the beginning?
  65.  
  66.  
  67. # sketch.c
  68.  
  69. menutext1:Full screen,>Volume,Close        ^F2
  70.  
  71.  
  72. # datafile.c
  73.  
  74. datafile1:Corrupt (or missing) data file '%s'.
  75. datafile2:Memory read out of bounds
  76. datafile3:load data index.
  77. datafile4:Object '%s' not found in file '%s'.
  78.  
  79.  
  80. # lookup.c
  81.  
  82. lookup1:Text file doesn't end with a newline (LF).
  83. lookup2:lookup a message.
  84. lookup3:Lookup message (%s) is too long.
  85.  
  86.  
  87. # anim.c
  88.  
  89. anim1:load animation.
  90.  
  91.  
  92. # fonts.c
  93.  
  94. fonts0:Display font
  95. fonts1:Font family '%s' has too many sub-styles for the current menu system to handle.  Regrettably some of the sub-styles must be disregarded
  96. fonts2:There are too many fonts available for the current menu system to handle.  Regrettably some of the fonts must be disregarded
  97. #fonts3:Unable to save font substitutions
  98. fonts4:Illegal object size adjustment
  99. fonts5:Couldn't adjust object size (when substituting fonts)
  100.  
  101.  
  102. # choices.c
  103.  
  104. choices1:Preferences
  105. choices2:Language,>Font
  106. choices3:Language
  107. choices4:English,French,German
  108.  
  109.  
  110. # end
  111.